SByteN.INumeric<SByteN>.IsGreaterThan Method
Determines whether the current value is greater than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<SByteN>.IsGreaterThan(
SByteN value
)
Private Function IsGreaterThan (
value As SByteN
) As Boolean Implements INumeric(Of SByteN).IsGreaterThan
private:
virtual bool IsGreaterThan(
SByteN value
) sealed = INumeric<SByteN>::IsGreaterThan
private abstract IsGreaterThan :
value : SByteN -> bool
private override IsGreaterThan :
value : SByteN -> bool
- value SByteN
- The value to compare with the current value.
Booleantrue if the current value is greater than
value; otherwise,
false.
INumeric<TSelf>.IsGreaterThan(TSelf)